home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 07511000 / var0831.dms / var0831.adf / s / checkinstall next >
Text File  |  1978-05-25  |  2KB  |  42 lines

  1. FAILAT 31
  2. path >niL: sys:utilities sys:c
  3.  
  4. echo "[Looking for some fonts]"
  5. If NOT EXISTS fonts:Times/18
  6.     Echo "*E[33mCan't find FONTS:Times/18*E[0m*N    Install that font by copying it from your Extras disk."
  7. Endif
  8. If NOT EXISTS fonts:undef.font
  9.     Echo "*E[33mCan't find the undef.font class.*E[0m*N    New font classes will have a blank character as the *"undef*" character."
  10. EndIf
  11.  
  12. echo "[Looking for some libraries]"
  13. If NOT EXISTS libs:req.library
  14.     Echo "*E[33mCan't find libs:req.library*E[0m*N    You will not be able to run the font editor!"
  15. EndIf
  16. If NOT EXISTS libs:vfont.library
  17.     Echo "*E[33mCan't find libs:vfont.library*E[0m*N    Nothing will work!"
  18. EndIf
  19. If NOT EXISTS libs:iffparse.library
  20.     Echo "*E[33mCan't find iffparse.library.*E[0m*N    Install the smalliffparse.library from the vFont package*E[0m*N    or acquire the real thing from Workbench 2.0+."
  21. Endif
  22. if not exists libs:xdf_diskfont.library
  23.     Echo "*E[33mCan't find the xdf_diskfont.library.*E[0m*N    You will not be able to load bitmap fonts with the vfont.library!"
  24. Endif
  25. if not exists libs:xdf_vfont.library
  26.     Echo "*E[33mCan't find the xdf_vfont.library.*E[0m*N    You will not be able to load vfont fonts with the vfont.library!"
  27. Endif
  28. if not exists libs:xdf_pstype3.library
  29.     Echo "*E[33mCan't find the xdf_pstype.library.*E[0m*N    You will not be able to load FontoGrapher fonts (Postscript)*N    with the vfont.library!"
  30. Endif
  31.  
  32. echo "[Looking for some programs]"
  33. which >nil: COP
  34. if warn
  35.     Echo "*E[33mCan't find the font editor.*E[0m*N    You will not be able to run COP!"
  36. endif
  37. which >nil: vmore
  38. if warn
  39.     Echo "*E[33mCan't find the vMore program.*E[0m*n    You will not be able to use the *"SHOW EXAMPLE*"-menu*N    in the font editor."
  40. endif
  41.  
  42.